projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c776a3
)
VPMU: Add the Intel CPU X7542 to the list of supported prcocessors
author
Keir Fraser
<keir@xen.org>
Fri, 19 Nov 2010 13:26:42 +0000
(13:26 +0000)
committer
Keir Fraser
<keir@xen.org>
Fri, 19 Nov 2010 13:26:42 +0000
(13:26 +0000)
Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
xen/arch/x86/hvm/vpmu.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/vpmu.c
b/xen/arch/x86/hvm/vpmu.c
index 5214529a4ed319055e0b0fc44759ca53d3f3ac45..7025ccfa29a5b8952b3ed7c5bc376cdbeb4de913 100644
(file)
--- a/
xen/arch/x86/hvm/vpmu.c
+++ b/
xen/arch/x86/hvm/vpmu.c
@@
-120,6
+120,7
@@
void vpmu_initialise(struct vcpu *v)
case 23:
case 26:
case 29:
+ case 46:
vpmu->arch_vpmu_ops = &core2_vpmu_ops;
break;
}